WSJT-X v3.0.2 (W7PP Mods v1.05.5)
BUILDING FROM SOURCE
====================

MAIN WSJT-X APPLICATION AND JT9
-------------------------------

This package contains the WSJT-X v3.0.2 source tree with the W7PP
modifications applied.

Reference Windows toolchain used for this release:

  Qt 5.15.2
  MinGW 8.1.0
  Boost 1.88.0
  CMake

Configure the source with CMake for your installed dependencies, then
build the desired targets. For an already configured build directory,
the main application can be built with:

  cmake --build <configured-build-directory> --target wsjtx --parallel 4

The CMakeLists.txt files in this source tree define the WSJT-X and
decoder build targets.

W7PP AUXILIARY PROGRAMS
-----------------------

Source:

  W7PP_AUXILIARY_SOURCE\W7PP_CONTEST_LOGGER_EXE.cs
  W7PP_AUXILIARY_SOURCE\W7PP_CONTEST_SETUP_EXE.cs

Build script:

  W7PP_AUXILIARY_SOURCE\BUILD_W7PP_AUXILIARY_TOOLS.ps1

The auxiliary programs use the Microsoft .NET Framework C# compiler
with System.dll, System.Drawing.dll and System.Windows.Forms.dll.

RELEASE SUPPORT FILES
---------------------

Files under W7PP_RELEASE_SUPPORT correspond to files used by the
binary distribution.

User manual:

  W7PP_Mods_v1.05.5_User_Manual.pdf

End of build instructions.
